CreateStyleSheetRequest

data class CreateStyleSheetRequest(frameId: FrameId)

Represents request frame that can be used with CSS#createStyleSheet operation call.

Creates a new special "via-inspector" stylesheet in the frame with given frameId.

See also

Constructors

CreateStyleSheetRequest
Link copied to clipboard
fun CreateStyleSheetRequest(frameId: FrameId)

Properties

frameId
Link copied to clipboard
val frameId: FrameId
Identifier of the frame where "via-inspector" stylesheet should be created.

Sources

jvm source
Link copied to clipboard